Skip to content

Commit

Permalink
prepare release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkaltz committed Jan 3, 2019
1 parent 11ca63b commit 34637db
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog
---------

1.NEXTVERSION
*************
1.3.0
*****
- Import script for federal data

1.2.3
Expand Down
18 changes: 14 additions & 4 deletions doc/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ This section will give you hints how to handle version migration. Since the proj
introduce differences in the yml configuration file. So it would not be enough to simply install the newest
version. Often a version upgrade changes or adds parameters which are used.

Version 1.NEXTVERSION
---------------------
Version 1.3.0
-------------

This version introduces an import facility for federal data. To support this, a new database attribute
was needed, you therefore need to apply some changes to your project.
was needed, you therefore need to apply some changes to your project if you have been using
:ref:`changes-version-1.2.3` or earlier.

Configuration
^^^^^^^^^^^^^
Add a download link in each oereb theme where you want to use the download script.
See the pyramid_oereb standard configuration file for an example.


Models
^^^^^^
If you have custom models (for example, for oereblex), you need to add an attribute ``checksum`` of type String to these.
Expand All @@ -28,6 +28,16 @@ Database
^^^^^^^^
New column ``checksum`` in all oereb theme tables.

.. _changes-version-1.2.3:

Version 1.2.3
-------------

The version 1.2.3 fixes a print template bug present in :ref:`changes-version-1.2.2`. You do not need to change your configuration
or schema.

.. _changes-version-1.2.2:

Version 1.2.2
-------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='pyramid_oereb',
version='1.2.4',
version='1.3.0',
description='pyramid_oereb, extension for pyramid web frame work to provide '
'a basic server part for the oereb project',
long_description='{readme}\n\n{changes}'.format(readme=README, changes=CHANGES),
Expand Down

0 comments on commit 34637db

Please sign in to comment.