Skip to content

Commit

Permalink
Bump version to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aebruno committed Jul 17, 2020
1 parent 724a9cb commit 2dffcad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## [1.0.0] - 2020-07-17
## [1.0.1] - 2020-07-17

- Add test data
- Fixed subscription breakdown by status plot failing due to missing resource
Expand All @@ -29,6 +29,6 @@

- Initial release

[Unreleased]: https://github.com/ubccr/coldfront/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/ubccr/coldfront/compare/v1.0.1...HEAD
[0.0.1]: https://github.com/ubccr/coldfront/releases/tag/v0.0.1
[1.0.0]: https://github.com/ubccr/coldfront/releases/tag/v1.0.0
[1.0.1]: https://github.com/ubccr/coldfront/releases/tag/v1.0.1
2 changes: 1 addition & 1 deletion coldfront/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import sys

__version__ = '1.0.0'
__version__ = '1.0.1'
VERSION = __version__


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

setup(
name='coldfront',
version='1.0.0',
version='1.0.1',
description='HPC Resource Allocation System ',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 2dffcad

Please sign in to comment.