Quellcode durchsuchen

Bump v0.2.2

tags/v0.2.2
Jérôme Deuchnord vor 4 Jahren
Ursprung
Commit
855c9372ba
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: BC6F3C345B7D33B0
2 geänderte Dateien mit 11 neuen und 5 gelöschten Zeilen
  1. +10
    -4
      CHANGELOG.md
  2. +1
    -1
      kosmorrolib/version.py

+ 10
- 4
CHANGELOG.md Datei anzeigen

@@ -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 Datei anzeigen

@@ -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'

Laden…
Abbrechen
Speichern