Jelajahi Sumber

Update to version 0.8.2.

bentleyjoakes 6 tahun lalu
induk
melakukan
dc76809851
4 mengubah file dengan 10 tambahan dan 9 penghapusan
  1. 1 1
      client/constants.js
  2. 1 1
      doc/conf.py
  3. 1 1
      package.json
  4. 7 6
      packaging/package.sh

+ 1 - 1
client/constants.js

@@ -7,7 +7,7 @@
 var __WEBPAGE__ = 'https://atompm.github.io/',
 	__RELEASE_LOC__ = "https://api.github.com/repos/AToMPM/atompm/releases/latest",
 	__DOC_WEBPAGE__ = "https://atompm.readthedocs.io",
-    __VERSION__ = '0.8.1',
+    __VERSION__ = '0.8.2',
     __DEFAULT_SAVEAS		 	= '.autosave.model',
 	 __TITLE						= 'AToMPM',
 	 __EXITWARNING				= 'There are unsaved changes. Proceeding will cause'+

+ 1 - 1
doc/conf.py

@@ -26,7 +26,7 @@ author = 'The AToMPM Team'
 # The short X.Y version
 version = ''
 # The full version, including alpha/beta/rc tags
-release = '0.8.1'
+release = '0.8.2'
 
 
 # -- General configuration ---------------------------------------------------

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "atompm",
-  "version": "0.8.1",
+  "version": "0.8.2",
   "description": "A Tool for Multi-Paradigm Modelling",
   "license": "LGPL-3.0-only",
   "homepage": "https://atompm.github.io/",

+ 7 - 6
packaging/package.sh

@@ -5,17 +5,18 @@
 #   i. In AToMPM - client/constants.js
 #   ii. In documentation - doc/conf.py
 #   iii. In Node - package.json
-#2. Create a new release on GitHub
-#3. The tag should be something like v0.8.0
-#4. Run this script, which will download the latest tagged version
+#2. Push these changes to GitHub
+#3. Create a new release on GitHub
+#4. The tag should be something like v0.8.0
+#5. Run this script, which will download the latest tagged version
 #   and package everything
 #   - Run it for the Python2 and the Python3 version
 #   - Fix up the files in the package
 #        - Delete the unused Python directory in each zip
-#5. Upload the package .zip to the release on GitHub
-#6. Publish to npm repo
+#6. Upload the package .zip to the release on GitHub
+#7. Publish to npm repo
 
-version="v0.8.1-rc4"
+version="v0.8.2"
 
 package_python3=true