Skip to content

Commit

Permalink
New release, 1.0.0b7
Browse files Browse the repository at this point in the history
  • Loading branch information
welchr committed Mar 3, 2018
1 parent 36b18e1 commit 4d80738
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0b6
current_version = 1.0.0b7
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)b?(?P<beta>\d*)\.?(dev)?(?P<dev>\d*)
serialize =
{major}.{minor}.{patch}b{beta}.dev{dev}
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,16 @@ The latest package tarballs are here:

| Version | Date | Install |
|---------|------------|-----------------------------------------------------------------|
| 1.0.0b6 | 03/03/2018 | `pip install git+https://github.com/welchr/swiss.git@v1.0.0b6` |
| 1.0.0b7 | 03/03/2018 | `pip install git+https://github.com/welchr/swiss.git@v1.0.0b7` |

## Changes

1.0.0b7 - 03/03/2018

Bug fixes:

* Fix issue when installing latest version of bx-python requiring python-lzo which does not install nicely. There is now a requirements.txt with versions pinned.

1.0.0b6 - 03/03/2018

Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name = "swiss",
version = "1.0.0b6",
version = "1.0.0b7",
author = "Ryan Welch",
author_email = "welchr@umich.edu",

Expand Down
2 changes: 1 addition & 1 deletion swiss/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
from swiss.conf.writer import write_conf

PROG_NAME = "Swiss"
PROG_VERSION = "1.0.0b6"
PROG_VERSION = "1.0.0b7"
PROG_AUTHOR = "Ryan Welch (welchr@umich.edu)"
PROG_URL = "https://github.com/welchr/Swiss"
DATA_URL = "https://portaldev.sph.umich.edu/swiss/swiss_data_{}.tar.gz".format(PROG_VERSION)
Expand Down

0 comments on commit 4d80738

Please sign in to comment.