Skip to content

Commit

Permalink
Use CalVer
Browse files Browse the repository at this point in the history
Switch to calendar versioning: YYYY.MINOR.PATCH
  • Loading branch information
mooreryan committed Jan 20, 2024
1 parent 14d900e commit c51163c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion InteinFinder.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "24.0.0-SNAPSHOT"
version: "2024.0.0"
synopsis: "Automated intein detection from large protein datasets"
maintainer: ["Ryan M. Moore"]
authors: ["Ryan M. Moore"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ For usage info, see the [docs](https://mooreryan.github.io/InteinFinder/).
[![license MIT or Apache
2.0](https://img.shields.io/badge/license-MIT%20or%20Apache%202.0-blue)](https://github.com/mooreryan/InteinFinder)

Copyright (c) 2018 - 2023 Ryan M. Moore
Copyright (c) 2018 - 2024 Ryan M. Moore

Licensed under the Apache License, Version 2.0 or the MIT license, at your option. This program may not be copied, modified, or distributed except according to those terms.
4 changes: 2 additions & 2 deletions _docs_src/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Given the increased interest in inteins, more studies are focusing on identifyin
[![license MIT or Apache
2.0](https://img.shields.io/badge/license-MIT%20or%20Apache%202.0-blue)](https://github.com/mooreryan/InteinFinder)

Copyright (c) 2018 - 2023 Ryan M. Moore
Copyright (c) 2018 - 2024 Ryan M. Moore

Licensed under the Apache License, Version 2.0 or the MIT license, at your option. This program may not be copied, modified, or distributed except according to those terms.

Expand All @@ -33,6 +33,6 @@ Licensed under the Apache License, Version 2.0 or the MIT license, at your optio
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" />
</a>

Copyright (c) 2022 - 2023 Ryan M. Moore.
Copyright (c) 2022 - 2024 Ryan M. Moore.

This documentation is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

(name InteinFinder)

(version 24.0.0-SNAPSHOT)
(version 2024.0.0)

(maintainers "Ryan M. Moore")

Expand Down
2 changes: 1 addition & 1 deletion lib/config.ml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ module Version = struct

let intein_finder_version =
(* git describe --always --dirty --abbrev=7 *)
let base = "1.0.0-SNAPSHOT" in
let base = "2024.0.0" in
let git_hash =
match%const [%getenv "INTEIN_FINDER_GIT_COMMIT_HASH"] with
| "" ->
Expand Down
2 changes: 1 addition & 1 deletion test/cram/cli.t/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Prints version

$ InteinFinder --version | ../scripts/redact_git_hash /dev/stdin
1.0.0-SNAPSHOT
2024.0.0

No args gives decent message

Expand Down
2 changes: 1 addition & 1 deletion test/cram/trim_inteins/print_exteins.t/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ Has a help screen
Has a version

$ RemoveInteins --version | ../../scripts/redact_git_hash /dev/stdin
1.0.0-SNAPSHOT
2024.0.0

Expand Down

0 comments on commit c51163c

Please sign in to comment.