Skip to content

Commit

Permalink
Version bump with reason in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
J-81 committed Aug 16, 2022
1 parent 5643809 commit 13bd517
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.0.0
## 1.1.0

### First Production Release
- Prior 1.0.0 tagged versions were actually develop style releases
- Moving ahead only production releases will have tags without 'rc' (release candidate) in the name

### Quality Updates
- Various flag messages improved
Expand Down
2 changes: 1 addition & 1 deletion dp_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@
"""

__version__ = "1.0.0"
__version__ = "1.1.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="dp_tools",
version="1.0.0",
version="1.1.0",
description="Tooling for Data Processing Operations",
author="Jonathan Oribello",
author_email="[email protected]",
Expand Down

0 comments on commit 13bd517

Please sign in to comment.