Skip to content

Commit

Permalink
Bump version v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aebruno committed Feb 15, 2021
1 parent bcd3113 commit 30b0e2d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@

## Contributors

- Aryansh Sharma
- Dheeraj Bhatia
- Dylan Hayward
- John Deangelis <jd225@buffalo.edu>
- James Kruth
- Shawn Rice
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [1.0.2] - 2021-02-15

- Accessibility fixes @zooley
- OnDemand integration (adds link to ondemand)
- Bug/Issue fixes

## [1.0.1] - 2020-07-17

- Add test data
Expand Down Expand Up @@ -32,3 +38,4 @@
[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.1]: https://github.com/ubccr/coldfront/releases/tag/v1.0.1
[1.0.2]: https://github.com/ubccr/coldfront/releases/tag/v1.0.2
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.1'
__version__ = '1.0.2'
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.1',
version='1.0.2',
description='HPC Resource Allocation System ',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 30b0e2d

Please sign in to comment.