Skip to content

Commit

Permalink
Version bump to match github
Browse files Browse the repository at this point in the history
  • Loading branch information
avanbrunt-cb committed Nov 12, 2020
1 parent 7737584 commit 2ad036e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## Version 1.1.0
## Version 1.3.0

**Breaking Changes:**
* Leef output has been rewritten to better utilize common properties and include as much information as possible
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='cbc_syslog',
version='1.1.0',
version='1.3.0',
package_dir={'': 'src'},
packages=find_packages(where="src", exclude=["tests.*", "tests"]),
include_package_data=True,
Expand Down

0 comments on commit 2ad036e

Please sign in to comment.