Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anaynayak committed Jan 3, 2021
1 parent 5096726 commit 1b03860
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [2.1.0] - 2021-01-03

### Tech
- Type declarations, mypy for static type checker
- Use github actions for running builds
- Bump dependencies

### Added
- Show context menu on left click for non-darwin platforms
- Bearer token authentication by @Deuchnord
- Enhance config windows UX by @Deuchnord
- Snaps are automatically pushed to https://snapcraft.io/buildnotify-test

## [2.0.0] - 2019-08-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion buildnotifylib/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from os import getenv

VERSION = "2.0.0"
VERSION = "2.1.0"


def version(key='BUILD_LABEL') -> str:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def readme():


def version():
return getenv('BUILD_VERSION', "2.0.0")
return getenv('BUILD_VERSION', "2.1.0")


setup(name='BuildNotify',
Expand Down

0 comments on commit 1b03860

Please sign in to comment.