Skip to content

Commit

Permalink
updated version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisantonellis committed Jan 8, 2018
1 parent e5fe382 commit 45babf4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [ 0.0.6 ] 2018-01-08

### Removed
* auto removing reference keys from sorts, overly protective and not necessary

## [ 0.0.5 ] 2017-10-12

### Added
Expand Down
2 changes: 2 additions & 0 deletions baemo/__init__.py
Expand Up @@ -9,3 +9,5 @@
__author__ = "Christopher Antonellis"
__license__ = "MIT"
__copyright__ = "Copyright 2017 Christopher Antonellis"
__version__ = "0.0.6"

1 change: 0 additions & 1 deletion baemo/__version__.py

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@

# read module version file
setup_abs_path = os.path.abspath(os.path.dirname(__file__))
version_abs_path = os.path.join(setup_abs_path, "baemo", "__version__.py")
version_abs_path = os.path.join(setup_abs_path, "baemo", "__init__.py")
module_metadata = {}
with open(version_abs_path) as file_handle:
exec(file_handle.read(), module_metadata)
Expand Down

0 comments on commit 45babf4

Please sign in to comment.