From 50390586b75d7356fe5cb1aece2ddd2a83ecb135 Mon Sep 17 00:00:00 2001 From: Koen Van Daele Date: Mon, 25 Jan 2016 19:19:40 +0100 Subject: [PATCH] Prepare for release. --- CHANGES.rst | 2 +- LICENSE | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index a42823a..9759958 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -0.4.0 (2016-??-??) +0.4.0 (2016-01-25) ------------------ - Update dependencies. Update pycountry to version 1.19. diff --git a/LICENSE b/LICENSE index a011bc7..c1b89a0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2015 Onroerend Erfgoed +Copyright (c) 2014-2016 Onroerend Erfgoed Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/setup.py b/setup.py index a21ce40..412baee 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ testing_extras = tests_requires + [] setup(name='crabpy_pyramid', - version='0.4.0.dev0', + version='0.4.0', description='Bindings for the CRABpy webservices Pyramid.', long_description=README + '\n\n' + CHANGES, classifiers=[