Browse Source

Bump v0.2.2

tags/v0.2.2
Jérôme Deuchnord 4 years ago
parent
commit
855c9372ba
No known key found for this signature in database GPG Key ID: BC6F3C345B7D33B0
2 changed files with 11 additions and 5 deletions
  1. +10
    -4
      CHANGELOG.md
  2. +1
    -1
      kosmorrolib/version.py

+ 10
- 4
CHANGELOG.md View File

@@ -1,8 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.
# [v0.2.2](https://github.com/Deuchnord/kosmorro/compare/v0.2.1...v0.2.2) (2019-11-18)

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).

### Bug Fixes

* set times are now correct ([82bdc70](https://github.com/Deuchnord/kosmorro/commit/82bdc7055b903bcd586e69374ba93f843ae95ceb))


### Features

* add argument to get the current version ([5f74b08](https://github.com/Deuchnord/kosmorro/commit/5f74b08d15bbccededfc5a195b6943c408c93d16))

# [v0.2.1](https://github.com/Deuchnord/kosmorro/compare/v0.2.0...v0.2.1) (2019-11-17)



+ 1
- 1
kosmorrolib/version.py View File

@@ -16,4 +16,4 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

VERSION = '0.2.1'
VERSION = '0.2.2'

Loading…
Cancel
Save