Skip to content

Commit

Permalink
Bump version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Jan 8, 2017
1 parent ad9a241 commit b476467
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,5 +1,5 @@
# Changelog

## In development
## 1.0.0 (2017-01-08)

- Initial release
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -92,10 +92,10 @@ def register():
frontmark_yaml_register.connected(register_upper):
```

[travis-badge]: https://travis-ci.org/noirbizarre/pelican-frontmark.svg?branch=master
[travis-badge]: https://travis-ci.org/noirbizarre/pelican-frontmark.svg?tag=1.0.0
[travis-badge-url]: https://travis-ci.org/noirbizarre/pelican-frontmark
[coveralls-badge]: https://coveralls.io/repos/github/noirbizarre/pelican-frontmark/badge.svg?branch=master
[coveralls-badge-url]: https://coveralls.io/github/noirbizarre/pelican-frontmark?branch=master
[coveralls-badge]: https://coveralls.io/repos/github/noirbizarre/pelican-frontmark/badge.svg?tag=1.0.0
[coveralls-badge-url]: https://coveralls.io/github/noirbizarre/pelican-frontmark?tag=1.0.0
[license-badge]: https://img.shields.io/pypi/l/pelican-frontmark.svg
[license-badge-url]: https://pypi.python.org/pypi/pelican-frontmark
[format-badge]: https://img.shields.io/pypi/format/pelican-frontmark.svg
Expand Down
2 changes: 1 addition & 1 deletion frontmark/__about__.py
@@ -1,2 +1,2 @@
__version__ = '1.0.0.dev' # pragma: no cover
__version__ = '1.0.0' # pragma: no cover
__description__ = 'CommonMark/Frontmatter reader for Pelican' # pragma: no cover

0 comments on commit b476467

Please sign in to comment.