From 715811cc2e1bebd25d612210151df36c8000f8fb Mon Sep 17 00:00:00 2001 From: Daniel Herszenhut Date: Mon, 14 Oct 2024 09:06:45 -0300 Subject: [PATCH] bump dev version --- DESCRIPTION | 2 +- NEWS.md | 8 ++++++++ codemeta.json | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 84ff16c..be9f27b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: gtfsio Title: Read and Write General Transit Feed Specification (GTFS) Files -Version: 1.2.0 +Version: 1.2.0.9000 Authors@R: c(person(given = "Daniel", family = "Herszenhut", diff --git a/NEWS.md b/NEWS.md index 8a2c894..498c050 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,11 @@ +# gtfsio (development version) + +## Bug fixes + +## New features + +## Notes + # gtfsio 1.2.0 ## New features diff --git a/codemeta.json b/codemeta.json index 177042f..a8a5050 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/r-transit/gtfsio", "issueTracker": "https://github.com/r-transit/gtfsio/issues", "license": "https://spdx.org/licenses/MIT", - "version": "1.2.0", + "version": "1.2.0.9000", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -163,7 +163,7 @@ }, "SystemRequirements": null }, - "fileSize": "436.56KB", + "fileSize": "436.614KB", "releaseNotes": "https://github.com/r-transit/gtfsio/blob/master/NEWS.md", "readme": "https://github.com/r-transit/gtfsio/blob/master/README.md", "contIntegration": ["https://github.com/r-transit/gtfsio/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/r-transit/gtfsio?branch=master"],