Skip to content

Commit ad7adad

Browse files
authored
Merge pull request #931 from dcs4cop/forman-v140
Release v1.4.0
2 parents 05ff9e6 + 684444e commit ad7adad

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Changes in 1.3.2 (in development)
1+
## Changes in 1.4.0
22

33
### Enhancements
44

docs/source/devguide.md

-2
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ you need to adjust the paths accordingly.
331331
* Make sure that all unit tests pass and that test coverage is 100%
332332
(or as near to 100% as practicable).
333333
* In `xcube/version.py` remove the `.dev` suffix from version name.
334-
* Adjust version in `Dockerfile` accordingly.
335334
* Make sure `CHANGES.md` is complete. Remove the suffix ` (in development)`
336335
from the last version headline.
337336
* Push changes to either master or a new maintenance branch (see above).
@@ -346,7 +345,6 @@ you need to adjust the paths accordingly.
346345
create a new maintenance branch (see above)
347346
* In `xcube/version.py` increase version number and append a `.dev0` suffix
348347
to the version name so that it is still PEP-440 compatible.
349-
* Adjust version in `Dockerfile` accordingly.
350348
* In `CHANGES.md` add a new version headline and attach ` (in development)`
351349
to it.
352350
* Push changes to either master or a new maintenance branch (see above).

xcube/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2020
# DEALINGS IN THE SOFTWARE.
2121

22-
version = '1.3.2.dev0'
22+
version = '1.4.0'

0 commit comments

Comments
 (0)