Skip to content

Commit

Permalink
Update changelog, version number for release.
Browse files Browse the repository at this point in the history
Signed-off-by: David <toonarmycaptain@hotmail.com>
  • Loading branch information
toonarmycaptain committed Mar 4, 2019
1 parent bbf0879 commit bb2253b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,22 @@ 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).

## [Unreleased]
## [0.3.3-alpha] - 2019-03-04
### Added
- Added [codecov.io](https://codecov.io) coverage.
- Added/enable [Codeship](https://app.codeship.com) test build on Python 3.7.2 with manually-installed tkinter via `sudo apt-get install -y python3-tk`.
- Improved test coverage.
- Added `settings_functions_UI`.
- Implemented `create_chart_save_folder` - now creates new folder, moves existing folder.
### Changed
- Refactored `settings_menu` to match `main_menu` with a view to a future factoring out similar/common logic.
- Refactored settings_functions:
- Factor out UI elements into `settings_functions_UI`.
- Refactor folder move out of `create_chart_save_folder`.
- `copy_file`, `move_file` now check to see if origin path exists, doing nothing if it does not.
- Update dependencies.

## [0.3.2-alpha]
## [0.3.2-alpha] - 2019-02-15
### Added
- Improved test coverage.
### Changed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='dionysus_app',
version='0.3.2-alpha',
version='0.3.3-alpha',
description='Avatar chart generator',
author='David Antonini',
author_email='toonarmycaptain@hotmail.com',
Expand Down

0 comments on commit bb2253b

Please sign in to comment.