Skip to content

Commit

Permalink
Bump version 1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Mar 27, 2019
1 parent 12ada08 commit 7c9a3f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Current (in progress)
## 1.6.6 (2019-03-27)

- Automatically loads default settings from plugins (if `plugin.settings` module exists) [#2058](https://github.com/opendatateam/udata/pull/2058)
- Fixes some memory leaks on reindexing [#2070](https://github.com/opendatateam/udata/pull/2070)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ It is collectively taken care of by members of the

[circleci-url]: https://circleci.com/gh/opendatateam/udata
[circleci-badge]: https://circleci.com/gh/opendatateam/udata.svg?style=shield
[requires-io-url]: https://requires.io/github/opendatateam/udata/requirements/?branch=master
[requires-io-badge]: https://requires.io/github/opendatateam/udata/requirements.svg?branch=master
[requires-io-url]: https://requires.io/github/opendatateam/udata/requirements/?tag=v1.6.6
[requires-io-badge]: https://requires.io/github/opendatateam/udata/requirements.svg?tag=v1.6.6
[david-dm-url]: https://david-dm.org/opendatateam/udata
[david-dm-badge]: https://img.shields.io/david/opendatateam/udata/status.svg
[david-dm-dev-url]: https://david-dm.org/opendatateam/udata?type=dev
[david-dm-dev-badge]: https://david-dm.org/opendatateam/udata/dev-status.svg
[gitter-badge]: https://badges.gitter.im/Join%20Chat.svg
[gitter-url]: https://gitter.im/opendatateam/udata
[readthedocs-badge]: https://readthedocs.org/projects/udata/badge/?version=latest
[readthedocs-url]: https://udata.readthedocs.io/en/latest/
[readthedocs-badge]: https://readthedocs.org/projects/udata/badge/?version=v1.6.6
[readthedocs-url]: https://udata.readthedocs.io/en/v1.6.6/
[crowdin-badge]: https://d322cqt584bo4o.cloudfront.net/udata/localized.svg
[crowdin-url]: https://crowdin.com/project/udata
2 changes: 1 addition & 1 deletion udata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
'''
from __future__ import unicode_literals

__version__ = '1.6.6.dev'
__version__ = '1.6.6'
__description__ = 'Open data portal'

0 comments on commit 7c9a3f5

Please sign in to comment.