Skip to content

Commit

Permalink
Update setup.py and CHANGELOG (#64)
Browse files Browse the repository at this point in the history
* Update setup.py

* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
oscarbc96 authored Nov 8, 2019
1 parent 9d0c064 commit bb692fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.10.0] - 2019-11-XX
## [0.10.0] - 2019-11-08
### Added
- New regex `REGEX_IS_STAR`, matches only a `*` character.

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

setup(
name="cfripper",
version="0.9.1",
version="0.10.0",
author="Skyscanner Product Security",
author_email="[email protected]",
long_description=long_description,
Expand Down

0 comments on commit bb692fc

Please sign in to comment.