Skip to content

Commit

Permalink
Bump version to 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed May 19, 2020
1 parent 2132df2 commit d209ec5
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 1 deletion.
47 changes: 47 additions & 0 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -1558,6 +1558,11 @@ repository](https://github.com/Kozea/Radicale/tarball/master).

You can download the Radicale package for each release:

- [Radicale-1.1.7.tar.gz](https://files.pythonhosted.org/packages/source/R/Radicale/Radicale-1.1.7.tar.gz)
- [Radicale-1.1.6.tar.gz](https://files.pythonhosted.org/packages/source/R/Radicale/Radicale-1.1.6.tar.gz)
- [Radicale-1.1.5.tar.gz](https://files.pythonhosted.org/packages/source/R/Radicale/Radicale-1.1.5.tar.gz)
- [Radicale-1.1.4.tar.gz](https://files.pythonhosted.org/packages/source/R/Radicale/Radicale-1.1.4.tar.gz)
- [Radicale-1.1.3.tar.gz](https://files.pythonhosted.org/packages/source/R/Radicale/Radicale-1.1.3.tar.gz)
- [Radicale-1.1.2.tar.gz](https://files.pythonhosted.org/packages/source/R/Radicale/Radicale-1.1.2.tar.gz)
(47 KiB)
- [Radicale-1.1.1.tar.gz](http://pypi.python.org/packages/source/R/Radicale/Radicale-1.1.1.tar.gz)
Expand Down Expand Up @@ -1631,6 +1636,48 @@ distributions, read the ["Contribute" page](#contribute).
# News


## May 19, 2020 - Radicale 1.1.7

Radicale 1.1.7 is out\!

### 1.1.7 - Third Law of Nature

- Fix error in `--export-storage`
- Include documentation in source archive

## Jul 24, 2017 - Radicale 1.1.6

Radicale 1.1.6 is out\!

### 1.1.6 - Third Law of Nature

- Improve logging for `--export-storage`

## Jul 24, 2017 - Radicale 1.1.5

Radicale 1.1.5 is out\!

### 1.1.5 - Third Law of Nature

- Improve logging for `--export-storage`

## Jun 25, 2017 - Radicale 1.1.4

Radicale 1.1.4 is out\!

### 1.1.4 - Third Law of Nature

- Use shutil.move for `--export-storage`

## May 27, 2017 - Radicale 1.1.3

Radicale 1.1.3 is out\!

### 1.1.3 - Third Law of Nature

- Add a `--export-storage=FOLDER` command-line argument (by Unrud, see
[#606](https://github.com/Kozea/Radicale/pull/606))

## April 19, 2017 - Radicale 1.1.2

Radicale 1.1.2 is out\!
Expand Down
10 changes: 10 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,31 @@
======


1.1.7 - Sixth Law of Nature
===========================

* Fix error in ``--export-storage``
* Include documentation in source archive


1.1.6 - Sixth Law of Nature
===========================

* Improve logging for ``--export-storage``


1.1.5 - Sixth Law of Nature
===========================

* Improve logging for ``--export-storage``


1.1.4 - Fifth Law of Nature
===========================

* Use ``shutil.move`` for ``--export-storage``


1.1.3 - Fourth Law of Nature
============================

Expand Down
2 changes: 1 addition & 1 deletion radicale/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
from . import auth, config, ical, log, pathutils, rights, storage, xmlutils


VERSION = "1.1.6"
VERSION = "1.1.7"

# Standard "not allowed" response that is returned when an authenticated user
# tries to access information they don't have rights to
Expand Down

0 comments on commit d209ec5

Please sign in to comment.