Skip to content

Commit

Permalink
v3.4.1 binary-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
answerquest committed Mar 18, 2019
1 parent 3f792fd commit c7178eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Binary file modified GTFSManager.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion config/settings.js
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ tinydb==3.11.1
pandas==0.23.4
tornado==5.1.1
pycryptodomex==3.6.6
tables==3.4.4
tables==3.4.4
requests

0 comments on commit c7178eb

Please sign in to comment.