diff --git a/GTFSManager.exe b/GTFSManager.exe index 1b5d46c..0341b6c 100644 Binary files a/GTFSManager.exe and b/GTFSManager.exe differ diff --git a/README.md b/README.md index 78885db..98fd5f5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A browser-based user interface for creating, editing, exporting of static GTFS (General Transit Feed Specification Reference) feeds for a public transit authority. -**Development Status** : V 3.4.0 +**Development Status** : V 3.4.1 Download from [Releases page](https://github.com/WRI-Cities/static-GTFS-manager/releases/). - Windows binary is available in the repo itself, just double-click GTFSManager.exe to start the program. - Mac, Ubuntu users can run by first installing docker, then double-clicking two scripts. See [Running with Docker on any OS](https://github.com/WRI-Cities/static-GTFS-manager/wiki/Running-with-Docker-on-any-OS) diff --git a/config/settings.js b/config/settings.js index 4a5e150..2262dfa 100644 --- a/config/settings.js +++ b/config/settings.js @@ -1,6 +1,6 @@ // from commonfuncs.js -const VERSION = 'v3.4.0'; +const VERSION = 'v3.4.1'; const APIpath = 'API/'; const CURRENCY = 'INR'; // this flag tells whether it is mandatory for all UIDs to be in capitals or not. diff --git a/requirements.txt b/requirements.txt index 81b08ba..45b6755 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,5 @@ tinydb==3.11.1 pandas==0.23.4 tornado==5.1.1 pycryptodomex==3.6.6 -tables==3.4.4 \ No newline at end of file +tables==3.4.4 +requests