Skip to content

Commit

Permalink
## [2.1.116] - 2023-02-28
Browse files Browse the repository at this point in the history
### Fixed
- exosim reference removed
  • Loading branch information
LorenzoMugnai committed Feb 28, 2023
1 parent 56b3369 commit 01109fb
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
on: [push]

jobs:
paper:
runs-on: ubuntu-latest
name: Paper Draft
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build draft PDF
uses: openjournals/openjournals-draft-action@master
with:
journal: joss
# This should be the path to the paper within your repo.
paper-path: paper.md
- name: Upload
uses: actions/upload-artifact@v1
with:
name: paper
# This is the output path where Pandoc will write the compiled
# PDF. Note, this should be the same directory as the input
# paper.md
path: paper.pdf
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.1.116] - 2023-02-28
### Fixed
- exosim reference removed

## [2.1.115] - 2023-02-28
### Changed
- updated setup.py to include all the requirements
Expand Down Expand Up @@ -238,6 +242,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Initial release

[Unreleased]: https://github.com/ExObsSim/ExoRad2.0
[2.1.116]: https://github.com/ExObsSim/ExoRad2-public/compare/v2.1.115...v2.1.116
[2.1.115]: https://github.com/ExObsSim/ExoRad2-public/compare/v2.1.114...v2.1.115
[2.1.114]: https://github.com/ExObsSim/ExoRad2-public/compare/v2.1.113...v2.1.114
[2.1.113]: https://github.com/ExObsSim/ExoRad2-public/compare/v2.1.111...v2.1.113
Expand Down
2 changes: 1 addition & 1 deletion exorad/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
import os.path
from datetime import date

__version__ = metadata.version("exosim")
__version__ = metadata.version("exorad")
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = exorad
version = 2.1.115
version = 2.1.116
author = Lorenzo V. Mugnai, Enzo Pascale
author_email = lorenzo.mugnai@uniroma1.it
description = The generic point source radiometric model
Expand Down

0 comments on commit 01109fb

Please sign in to comment.