Skip to content

Commit

Permalink
bump to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Apr 23, 2021
1 parent e3a0825 commit 5d2b77b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## yamlns 0.9.0

- Dump multiline strings verbatim (|) instead of quoted whenever possible
- Py3: removed 0 padded numbers in date tests
- Improved coverage in templating code
- Fix: removed a spurious trace

## yamlns 0.8.3

- Fix: datetimes were loaded as dates. Closes #2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name = "yamlns",
version = "0.8.3",
version = "0.9.0",
description = "YAML serializable dictionary with dual item and attribute accessors",
author = "David Garcia Garzon",
author_email = "voki@canvoki.net",
Expand Down

0 comments on commit 5d2b77b

Please sign in to comment.