Skip to content

Commit

Permalink
version bump 1.21.0 #563
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Oct 9, 2024
1 parent 1d7f81c commit d7b3b48
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ endif ()

cmake_minimum_required(VERSION 3.5)
project("${PROJECT_NAME}" CXX C)
set(PACKAGE_VERSION "git")
set(PACKAGE_VERSION "1.21.0")

# Check if libraries have to be found, depending on SUMO_LIBRARIES
set(SUMO_LIBRARIES "$ENV{SUMO_LIBRARIES}" CACHE PATH "Location of SUMOLibraries dependencies")
Expand Down
1 change: 1 addition & 0 deletions build_config/package/sumo.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
<release version="v1_21_0" date="2024-10-10"/>
<release version="v1_20_0" date="2024-05-07"/>
<release version="v1_19_0" date="2023-11-07"/>
<release version="v1_18_0" date="2023-06-29"/>
Expand Down
12 changes: 6 additions & 6 deletions docs/web/docs/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ChangeLog
---

## Git Main
## Version 1.21.0 (10.10.2024)

### Bugfixes

Expand Down Expand Up @@ -64,7 +64,7 @@ title: ChangeLog
- Fixed crash when loading state related to rerouting device assignment #15517
- Now updating via edges when rerouting to an alternative parkingArea #15545
- StartUpDelay and ActionStepLength can now be used together #14229
- StartUpDelay now works with small timesteps and IDM #14289
- StartUpDelay now works with small timesteps and IDM #14289

- netconvert
- Fixed crash when guessing ramps #14836 (regression in 1.20.0)
Expand Down Expand Up @@ -153,7 +153,7 @@ title: ChangeLog
- Can now load laneAreaDetector defined with endPos #14683
- Copy template now copies the changeLeft/changeRight attributes #15507
- Contour of non-filled polygons is now reset after moving #15541
- Fixed crash when attempting to create a joined NEMA controller #15547
- Fixed crash when attempting to create a joined NEMA controller #15547

- sumo-gui
- Reloading now works if SUMO_HOME is not set #14830 (regression in 1.15.0)
Expand Down Expand Up @@ -230,7 +230,7 @@ title: ChangeLog
- vType attribute `jmAllwayStopWait` can now be used to customize required waiting time at allwayStop #15428
- time-to-teleport.disconnected may now be higher than time-to-teleport #15494
- Stop attribute `index` can now be used to encode stopping on a later edge of a looped route #15503
- The battery model now records depletion events in tripinfo output #15529
- The battery model now records depletion events in tripinfo output #15529

- netedit
- Junctions and edges now have the virtual attribute `isRoundabout`. This makes it easy to select and find all roundabouts in a network #14865
Expand All @@ -242,7 +242,7 @@ title: ChangeLog
- Hotkey <kbd>ESC</kbd> + <kbd>SHIFT</kbd> can be used to clear the selection regardless of editing mode #14481
- Making person/container plan wider on mouse-over #15337
- Now Showing junctions while creating person and container plans #15345
- Added detectPersons to InductionLoop attributes #15515
- Added detectPersons to InductionLoop attributes #15515

- sumo-gui
- Traffic light dialog for tracking phases can now scroll to see all links #3862
Expand Down Expand Up @@ -307,7 +307,7 @@ title: ChangeLog
- plotting tools can now handle Matplotlib versions suffix like ".post1" #15372
- Fixed invalid characters in documentation command examples #15441
- Fixed inconsistent argument name in libsumo function Vehicle.moveTo #15304
- A warning is now given when trying to use carFollowModel EIDM with actionSteps #15557
- A warning is now given when trying to use carFollowModel EIDM with actionSteps #15557

## Version 1.20.0 (07.05.2024)

Expand Down
4 changes: 2 additions & 2 deletions docs/web/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ markdown_extensions:
- codehilite

extra:
Version: 1.20.0
ReleaseDate: 07.05.2024
Version: 1.21.0
ReleaseDate: 10.10.2024

AdditionalFile: '[*additional-file*](/docs/sumo.html#format_of_additional_files)'
AdditionalFiles: '[*additional-files*](/docs/sumo.html#format_of_additional_files)'
Expand Down
4 changes: 2 additions & 2 deletions src/config.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,10 @@
#cmakedefine HAVE_PYTHON

/* Define if auto-generated version.h should be used. */
#define HAVE_VERSION_H
//#define HAVE_VERSION_H
#ifndef HAVE_VERSION_H
/* Define if auto-generated version.h is unavailable. */
#define VERSION_STRING "1.20.0"
#define VERSION_STRING "1.21.0"
#endif

/* defines the epsilon to use on general floating point comparison */
Expand Down

0 comments on commit d7b3b48

Please sign in to comment.