George C. Privon 4 месяцев назад
Родитель
Сommit
025dae2d39
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      CHANGELOG.md
  2. 1 1
      proposal_database.rkt

+ 1 - 1
CHANGELOG.md

@@ -2,7 +2,7 @@
 
 
 ## v0.3.x
 ## v0.3.x
 
 
-### v0.3.1 (in preparation)
+### v0.3.1 (21 August 2025)
 
 
 - Annotate example configuration file with guidance.
 - Annotate example configuration file with guidance.
 - Bugfix for multi-counting open calls if more than one different telescope was applied for within a given call (e.g., VLA and VLBA were applied for via separation proposals in a single NRAO call).
 - Bugfix for multi-counting open calls if more than one different telescope was applied for within a given call (e.g., VLA and VLBA were applied for via separation proposals in a single NRAO call).

+ 1 - 1
proposal_database.rkt

@@ -10,7 +10,7 @@
          "config.rkt") ; load configuration file
          "config.rkt") ; load configuration file
 
 
 (define prog-name "proposal_database.rkt")
 (define prog-name "proposal_database.rkt")
-(define prog-version "v0.3.0")
+(define prog-version "v0.3.1")
 
 
 
 
 ; give us the date in YYYY-MM-DD format
 ; give us the date in YYYY-MM-DD format