File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- ## Changes in 1.3.2 (in development)
1
+ ## Changes in 1.4.0
2
2
3
3
### Enhancements
4
4
Original file line number Diff line number Diff line change @@ -331,7 +331,6 @@ you need to adjust the paths accordingly.
331
331
* Make sure that all unit tests pass and that test coverage is 100%
332
332
(or as near to 100% as practicable).
333
333
* In ` xcube/version.py ` remove the ` .dev ` suffix from version name.
334
- * Adjust version in ` Dockerfile ` accordingly.
335
334
* Make sure ` CHANGES.md ` is complete. Remove the suffix ` (in development) `
336
335
from the last version headline.
337
336
* Push changes to either master or a new maintenance branch (see above).
@@ -346,7 +345,6 @@ you need to adjust the paths accordingly.
346
345
create a new maintenance branch (see above)
347
346
* In ` xcube/version.py ` increase version number and append a ` .dev0 ` suffix
348
347
to the version name so that it is still PEP-440 compatible.
349
- * Adjust version in ` Dockerfile ` accordingly.
350
348
* In ` CHANGES.md ` add a new version headline and attach ` (in development) `
351
349
to it.
352
350
* Push changes to either master or a new maintenance branch (see above).
Original file line number Diff line number Diff line change 19
19
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20
20
# DEALINGS IN THE SOFTWARE.
21
21
22
- version = '1.3.2.dev0 '
22
+ version = '1.4.0 '
You can’t perform that action at this time.
0 commit comments