Skip to content

Commit

Permalink
bump version number, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyThiessen committed Mar 3, 2023
1 parent 1d5c33f commit 759cb94
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

Beta 0.9.1
----------
Changes:
* Changed api method `get_sample_by_name` to use new irida endpoint.
* Minimum IRIDA version is now `23.01`

Beta 0.9.0
----------
Changes:
Expand Down
2 changes: 1 addition & 1 deletion iridauploader/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION_NUMBER = "0.9.0"
VERSION_NUMBER = "0.9.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name='iridauploader',
version='0.9.0',
version='0.9.1',
description='IRIDA uploader: upload NGS data to IRIDA system',
url='https://github.com/phac-nml/irida-uploader',
author='Jeffrey Thiessen',
Expand Down
2 changes: 1 addition & 1 deletion windows-installer.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Application]
name=IRIDA Uploader GUI
version=0.9.0
version=0.9.1
entry_point=iridauploader.gui.gui:main
icon=iridauploader/gui/images/icon.ico
# Uncomment this to have a console show alongside the application
Expand Down

0 comments on commit 759cb94

Please sign in to comment.