Skip to content

Commit

Permalink
Update changelog and setup.py for release 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrb committed Jan 18, 2022
1 parent 5b21125 commit ab4bd5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v0.0.15: 2022-01-18

### Fixed
- GCGI-257 Fix for Rmarkdown error

## v0.0.14: 2022-01-14

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

from setuptools import setup, find_packages

package_version = '0.0.14'
package_version = '0.0.15'
package_root = 'src/lib'

with open("README.md", "r") as fh:
Expand Down

0 comments on commit ab4bd5f

Please sign in to comment.